home *** CD-ROM | disk | FTP | other *** search
- if(eval("_level0/data:ch_attract") eq "1")
- {
- i = "1";
- while(eval("_level0/data:ch_count") >= i)
- {
- if(eval("_level0/data:ch_update" add i) eq "1")
- {
- set("outerHighlight:ch_updateStr",eval("_level0/data:ch_name" add i));
- i = "9999";
- tellTarget("outerHighlight")
- {
- gotoAndStop("play");
- play();
- }
- }
- i += "1";
- }
- }
- else
- {
- tellTarget("outerHighlight")
- {
- gotoAndStop("hold");
- }
- }
-